Name | Description | |
---|---|---|
![]() | DataSamples<T> Constructor |
The following tables list the members exposed by DataSamples<T>.
Name | Description | |
---|---|---|
![]() | DataSamples<T> Constructor |
Name | Description | |
---|---|---|
![]() | Comments | A collection of data value comment records. |
![]() | ImplicitQuality | Return the implicit data value quality. For efficiency, a single (implicit) quality value is represented for all data values along with any quality values not equal to the implicit quality. For example, for a set of data samples all with good quality only the implicit quality is represented. |
![]() | Qualities | A collection of data value qualities. |
![]() | Times | An array of data value times. |
![]() | Values | A typed array of data values. |
Name | Description | |
---|---|---|
![]() | AddComments | Insert the given data value comment records to this instance. |
![]() | AddQuality | Insert the given data value quality to this instance. |
![]() | AddRange | Adds all elements from the given collection to the end this instance. |
![]() | AddTime | Append the given data value time to this instance. |
![]() | AddValue | Overloaded. Append a typed data value to this instance. |
![]() | Count | Return a count of data values in the instance. |
![]() | GetComments | Return the array of data value comment records at a specific index. |
![]() | GetQuality | Return the data value quality at a specific index. |
![]() | GetTime | Return the data value time at a specific index. |
![]() | HaveComments | Whether data value comment records are provided. |
![]() | HaveQuality | Whether data value qualities are provided. |
![]() | HaveTimes | Whether data value times are provided. |
![]() | HaveValues | Whether data values are provided. |
![]() | Time | Return the data value time at a specific index. |
![]() | ToString | Converts the value of this instance to a System.String. |
![]() | Value | Return the typed data value at a specific index. |